net/http.Transport.cancelRequest (method)
5 uses
net/http (current package)
transport.go#L804: t.cancelRequest(cancelKey{req}, errRequestCanceled)
transport.go#L809: func (t *Transport) cancelRequest(key cancelKey, err error) bool {
transport.go#L2254: pc.t.cancelRequest(rc.cancelKey, rc.req.Context().Err())
transport.go#L2695: canceled = pc.t.cancelRequest(req.cancelKey, errRequestCanceled)
transport.go#L2698: canceled = pc.t.cancelRequest(req.cancelKey, req.Context().Err())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |